home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / COMMS / LIRC.ZIP / !LIRC / !dcc_tx / !Run next >
Text File  |  1998-08-22  |  463b  |  14 lines

  1. Set dcc_tx$Dir <Obey$Dir>
  2.  
  3. | If the receiver can't seem to connect, you might have a special
  4. | connection (perhaps through a proxy/firewall). In that case, you can
  5. | set this variable to your real IP (the one visible from outside):
  6. | Set dcc_tx$ThisHost 127.0.0.1
  7.  
  8. | Buffer size (and number of bytes between waiting for ACK's)
  9. | Increasing this can speed things up a lot
  10. SetEval dcc_tx$BlockSize 64*1024
  11.  
  12. WimpSlot -min 16K -max 16K
  13. Run <dcc_tx$Dir>.!RunImage %*0
  14.